itemData
Type
property
Summary
Sorted array with the list of images to load and their properties.
Syntax
get the itemData of <widget>
set the itemData of <widget> to <pImageListArray>
Description
Use the itemData property to set the list of images to be displayed in the widget. This property will create an ordered matrix which should have a structure like the following:
[{
\"img\" : \"./assets/image_001.png\",
\"title\": \"Big Blue Bear\",
\"icon\": \"Star\",
\"iconColor\": \"blue\"
},{
\"img\" : \"./assets/image_002.png\",
\"title\": \"moorea Pacific Ocean\",
\"icon\": \"star empty\",
\"iconColor\": \"255,255,255\"
},
...
]
Parameters
Name | Type | Description |
---|---|---|
pImageListArray | An ordered array where each key has the following structure:
|
Compatibility and Support
OS
mac
windows
linux
ios
android
Platforms
desktop
mobile
web